home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tix-4.000 < prev    next >
Encoding:
Text File  |  1996-11-16  |  7.6 KB  |  212 lines

  1.  
  2.   TIX 4.0.4
  3.  
  4.     Released on Mar 3, 1996
  5.  
  6. Subject: [Announce] Tix version 4.0.4 is available
  7.  
  8.    I am pleased to announce the availability of Tix version 4.0.4, the
  9.    fourth patched version of Tix 4.0. Please see the "What's New" section
  10.    below for changes since the last release.
  11.  
  12.   REQUIREMENT
  13.  
  14.    Tix 4.0.4 works with the following combinations of Tcl/Tk/ITcl/ET:
  15.      * Tcl 7.4 + Tk 4.0
  16.      * Tcl 7.4 + Tk 4.0 + ITcl 2.0
  17.      * Tcl 7.4 + Tk 4.0 + ET
  18.      * Tcl 7.5 + Tk 4.1 (a2, b1 or b2), supports dynamic loading.
  19.  
  20.   GETTING THE TIX PACKAGE
  21.  
  22.    You can obtain Tix from the following ftp site:
  23.  
  24.     ftp://ftp.xpi.com/pub/Tix4.0.4.tar.gz
  25.     ftp://ftp.xpi.com/pub/Tix4.0.4.README
  26.  
  27.    I have also uploaded the file to the official Tcl site, so in a few
  28.    days it will also be available at:
  29.  
  30.         ftp://ftp.aud.alcatel.com/tcl/extensions/Tix4.0.4.tar.gz
  31.         ftp://ftp.aud.alcatel.com/tcl/extensions/Tix4.0.4.README
  32.  
  33.   WHAT'S NEW SINCE TIX 4.0.3 (THE LAST RELEASE)
  34.  
  35.     2/12/96
  36.  
  37.    Bug fix: The balloon was not keeping the button states correctly and
  38.    not appear again after the user clicks the mouse several times,
  39.    especially during grab transitions.
  40.  
  41.     2/15/96
  42.  
  43.    Bug fix: ComboBox didn't react to paste events properly.
  44.  
  45.    Bug fix: XPM reader wasn't parsing the header properly and couldn't
  46.    read any XPM files that heas the header "/* XPM2 */".
  47.  
  48.     2/16/96
  49.  
  50.    Bug fix: NoteBook no longer complains when all of the pages have been
  51.    deleted.
  52.  
  53.    New feature: New command refresh for DirTree.
  54.  
  55.     2/17/96
  56.  
  57.    New feature: New option -ignoreinvoke added to TixVTree: if set to
  58.    false, the branch of the tree is not opened/closed if the user invokes
  59.    an entry in the tree
  60.  
  61.    . Bug fix: Tix no longer uses the tkNormalUid variable that used to be
  62.    exported by Tk.
  63.  
  64.     2/18/96
  65.  
  66.    New feature: New class tixListNoteBook.
  67.  
  68.     2/22/96
  69.  
  70.    New feature: New color scheme "Bisque" that looks similar (bu not
  71.    identical) to the color scheme of Tk 3.6.
  72.  
  73.    Changes: New command "flash" for ComboBox. ComboBox doesn't
  74.    automatically flash anymore when the user selects an entry. You have
  75.    to call "flash" explicitly.
  76.  
  77.    Changes: Major changes in Schemes:
  78.      * Menu font is changed to an upright bold font, instead of the old
  79.        italic bold font.
  80.      * Menu buttons and NoteBook tabs now have more padding.
  81.  
  82.     2/27/96
  83.  
  84.    Incompatible Changes: All %E substitutions have been changed to %V
  85.    substitutions. The HList widgets supported an undocumented feature:
  86.    Any string %E in the -command or -browsecmd option will be substituted
  87.    by the current highlighted entry. This has been changed to %V to
  88.    advoid name conflict with TK.
  89.  
  90.     2/28/96
  91.  
  92.    Bug fix: The XPM reader didn't handle properly the color names that
  93.    contain space characters.
  94.  
  95.    Bug fix: The ScrolledWindow widget didn't resize the scrollbars
  96.    accordingly when the client window changed its size.
  97.  
  98.     2/29/96
  99.  
  100.    Bug fix: The XPM reader didn't handle quotation properly. Also, now it
  101.    can handle comments anywhere in the XPM image file.
  102.  
  103.     3/1/96
  104.  
  105.    New feature: New command -activatecmd for FileEnt widget: it specifies
  106.    a command to be executed when the user presses the "file" button. Can
  107.    be used to customize the file dialog before it pops up.
  108.  
  109.    New feature: New option -dynamicgeometry for tixOptionMenu. When set
  110.    to false (the default), the size of the menubutton subwidget will be
  111.    wide enough to display every menu entry fully and does not change when
  112.    the user selects different entries.
  113.  
  114.    New Doc: NBFrame documentation is available.
  115.  
  116.  
  117.   WHAT IS TIX
  118.  
  119.                        ABOUT THE TIX PROGRAMMING LIBRARY
  120.                                        
  121.    The Tix library is an extension to the Tk toolkit that contains over
  122.    20 new widgets for Tk. Features include:
  123.    
  124.    A LOT of new widgets:
  125.           The Tix library has by far the greatest collection of widgets
  126.           for programming with Tcl/Tk. Highlights include: ComboBox,
  127.           Motif style FileSelectBox, MS Windows style FileSelectBox,
  128.           PanedWindow, NoteBook, Hierarchical Listbox, Directory
  129.           List/Tree View, Spin Control widget .... and many more. With
  130.           these new widgets, your Tcl/Tk applications can acquire a great
  131.           professional look and interact with your users in intuitive
  132.           ways.
  133.           
  134.    XPM image suport:
  135.           This allows you to display color icons in XPM format. Supports
  136.           transparent background.
  137.           
  138.    Compound images:
  139.           A new image type called "compound" allows youto glue together a
  140.           bunch of bitmaps, images and text strings together to form a
  141.           bigger image. Then you can use this image with widgets that
  142.           support the -image option. For example, you can display a text
  143.           string string together with a bitmap, at the same time, inside
  144.           a TK button widget.
  145.           
  146.    Display Items and Display Styles:
  147.           Display items and display styles make it possible to display
  148.           visual information in many formats. Currently only the HList
  149.           widget supports display items, but this will become the
  150.           standard way of displaying informations in all the Tix widgets
  151.           in the next version (Tix 4.1).
  152.           
  153.    Form geometry manager:
  154.           Works similarly to the Motif Form widget. You can specify
  155.           geometry constraints using attachment rules.
  156.           
  157.    Mwm window mamager support:
  158.           With the tixMwm command, you can communicate with the Motif
  159.           window manager "mwm"; you can add new items to the Motif system
  160.           menu and change the window manager decorations.
  161.           
  162.    Rapid Prototyping New Widgets:
  163.           Tix comes with a complete Object-Oriented framework for
  164.           building new customed widgets using TCL exclusively. It
  165.           typically reduces the efforts of developing a new widget by a
  166.           factor of ten or more.
  167.           
  168.    
  169.      _________________________________________________________________
  170.    
  171.   GETTING MORE INFORMATION ABOUT TIX
  172.   
  173.    Tix Home Page:
  174.           The Tix Home Page at http://www.xpi.com/tix/ provides more
  175.           detailed and up-to-date information about Tix.
  176.           
  177.    The Tix Mailing List
  178.           There is a mailing list for the discussion of the development
  179.           of both the Tix library and Tix-based applications. To
  180.           subscribe, send me a mail to majordomo@xpi.com with the line
  181.           "subscribe tix-info [your_address]" in the body of the mail. To
  182.           send a message to the Tix mailing list, please use the address
  183.           tix-info@xpi.com.
  184.           
  185.           The Tix mailing list has been archived. You can find useful
  186.           information at the Tix mailing list archives at:
  187.           http://www.xpi.com/archives/archives.html.
  188.           
  189.   GETTING TECHICAL SUPPORT FOR TIX
  190.   
  191.    If you have a question about using the Tix library, feel free to
  192.    contact the Tix support team at the address tix-support@xpi.com.
  193.    Please notice that this support service is currently provided only on
  194.    a good-will basis with no implied obligations or guaranty.
  195.    
  196.   BUG REPORTS
  197.   
  198.    Tix is a large product and as such will certainly contain bugs. If you
  199.    have encountered a bug while using Tix, please send a bug report to
  200.    the address tix-bugs@xpi.com . We'll appreciate it if you can send
  201.    along a small, self-contained program that demonstrates the behavior
  202.    of the bug.
  203.    
  204.   IS TIX FREE?
  205.   
  206.    Tix 4.0 is released under very liberal license terms, similar to the
  207.    Tcl/TK license terms. Please read the file docs/LEGAL.html in the
  208.    distribution for more details.
  209.      _________________________________________________________________
  210.    
  211.    Last modified Feb 19 18:10 
  212.